@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1em;
	
}
.back{
	z-index: 0;
	position: absolute;
	width: 70%;
	left: 15%;
	top: -20px;
}
.wrapper {
	z-index: 1;
	position: relative;
	top: -150px;
	
}
.text{
	z-index: 3;
	position: relative;
	top: 80px;
	float: right;
		/*マージンの設定*/
	margin-top: 0px;
	margin-left:20px;
	margin-right:auto;
	margin-bottom:0px;
	 width: 220px;
    height: 90px;
	}
/*黒の帯*/
#siteheader {
	position: absolute;
	top: 850px;
	left: 0;
	width: 100%;
	height: 300px;
	background-color:rgba(163,158,153,0.70) ;
	color: #FFF;
	z-index: 3;
}

#siteheader h1{
	font-weight: 100;
	margin: 80px 20px;
	font-size: 2em;
}
#siteheader nav {
	position: relative;
	margin-left:-80px;
}
#siteheader nav ul li{
	list-style-type: none;
}
/*********************************リンクボタンの設定*/
/*01*/
.box01{
	position: relative;
	width: 220px;
    height: 90px;
    padding:10px;    
    top: 10px;
    left:60%;
	}
.button01 a{
display: block; 
background: url("ボタンf＿進む.png") no-repeat;
border: 0px;
padding: 3px;
text-decoration: none;
color: #333;
width: 200px; 
height: 80px;
margin: 0px;
padding: 4px;
text-align: center;
font-size: 14px;
}
/*未訪問のリンク*/
.button01 a:link{
}
/*訪問済みのリンク*/
.button01 a:visited{
}
/*マウスホバー時*/
.button01 a:hover{
	background-image:url("ボタン＿進む.png");
}
/*選択中*/
.button01 a:active{
}
/*02*************************************************/
.box02 {
   
    width: 220px;
    height: 90px;
    padding:5px;
    position: relative;
    top: -120px;
    left: 30%;
}
.button02 a{
display: block; 
background: url("ボタンf＿もどる.png") no-repeat;
border: 0px;
padding: 3px;
text-decoration: none;
color: #333;
width: 220px; 
height: 90px;
margin: 0px;
padding: 4px;
text-align: center;
font-size: 14px;
}
/*未訪問のリンク*/
.button02 a:link{
}
/*訪問済みのリンク*/
.button02 a:visited{
}
/*マウスホバー時*/
.button02 a:hover{
	background-image:url("ボタン＿もどる.png");
}
/*選択中*/
.button02 a:active{
}
.box3{
	 width: 100%;
    height: 100px;
    position: relative;
    line-height: 1em;
	
}
.box03 a{
	 position: absolute; 
	 bottom: 0%;
	 left: 48%;
	 color: #F5F5F5;
	font-size: 20px;
	text-decoration: none;
}
.text2{
	z-index: 3;
	 width: 220px;
    height: 100px;
    position: relative;
    line-height: 1em;
	
	
}
.text2 a{ 
	position: absolute; 
	top: 20px;
	 left: 10px;
	 color: #D1D1D1;
	font-size: 20px;
	text-decoration: none;
	
}